home *** CD-ROM | disk | FTP | other *** search
- global gMasterData
-
- on showPrinting
- case getUserArea(gMasterData) of
- #self3:
- getAffirmations()
- #nonpro2:
- getResponses()
- #chefEnd:
- getChefData()
- #plot:
- getGraphPlot()
- #paper:
- getPaperData()
- end case
- case getUserArea(gMasterData) of
- #self3:
- set the editable of member "self statement" to 0
- #nonpro2:
- set the editable of member "memo 1" to 0
- set the editable of member "memo 2" to 0
- set the editable of member "memo 3" to 0
- #plot:
- set the editable of member "situation" to 0
- #paper:
- set the editable of member "paper positive" to 0
- #chefEnd:
- set the editable of member "chef field 1" to 0
- set the editable of member "chef field 2" to 0
- set the editable of member "chef field 3" to 0
- set the editable of member "chef field 4" to 0
- end case
- go(the frame + 1)
- end
-
- on doNotPrint
- go(the frame - 1)
- updateStage()
- case getUserArea(gMasterData) of
- #self3:
- set the editable of member "self statement" to 1
- #nonpro2:
- set the editable of member "memo 1" to 1
- set the editable of member "memo 2" to 1
- set the editable of member "memo 3" to 1
- #plot:
- stopSound2()
- set the editable of member "situation" to 1
- diskAudio(gMasterData, "56B")
- #paper:
- set the editable of member "paper positive" to 1
- #chefEnd:
- set the editable of member "chef field 1" to 1
- set the editable of member "chef field 2" to 1
- set the editable of member "chef field 3" to 1
- set the editable of member "chef field 4" to 1
- end case
- if getUserArea(gMasterData) <> #plot then
- GoOn()
- end if
- end
-
- on printData
- go(the frame - 1)
- updateStage()
- stopSound2()
- case getUserArea(gMasterData) of
- #self3:
- set the editable of member "self statement" to 1
- #nonpro2:
- set the editable of member "memo 1" to 1
- set the editable of member "memo 2" to 1
- set the editable of member "memo 3" to 1
- #plot:
- set the editable of member "situation" to 1
- #paper:
- set the editable of member "paper positive" to 1
- #chefEnd:
- set the editable of member "chef field 1" to 1
- set the editable of member "chef field 2" to 1
- set the editable of member "chef field 3" to 1
- set the editable of member "chef field 4" to 1
- end case
- case getUserArea(gMasterData) of
- #self3:
- print(the text of member "affirmation")
- #nonpro2:
- print(the text of member "responses")
- #chefEnd:
- print(the text of member "chef answers")
- #plot:
- print(the text of member "plot results")
- diskAudio(gMasterData, "56B")
- #paper:
- print(the text of member "toss results")
- end case
- if getUserArea(gMasterData) <> #plot then
- GoOn()
- end if
- end
-